XML Einrichten Version 1.3
MEA Complex Type
XML Einrichten Version 1.3 : MEA Complex Type
Beschreibung
Block für Maßangabe
Namensraum (none)
Typ
Extension of UnitValue Complex Type
Diagramm
MEA Complex Type
Overview
MEA Extension of UnitValue Complex Type
Block für Maßangabe
Type optional Restriction of xs:string
Art der Maßangabe
Codeliste (für Artikel wie für Packstücke):
AAE = Gewicht oder Volumen allgemein
PD = Abmessungen
Verwenden Sie folgende Codes für Artikel Spezialangaben:
ABL = Innenmaß
ABK = Außenmaß
Y2E = Maximalmaß z.B. durch Auszug
Y3E = Minimalmaß z.B. Klappstuhl eingeklappt
Y4E = Liegemaß
Y5E = Sitzmaß
Dimension optional Restriction of xs:string
Unit optional Unit Simple Type
Verwendet von
MEA Element
MEA Element
MEA Element
MEA Element
MEA Element
Weight Element
Volume Element
MEA Element
MEA Element
MEA Element
Attribute
NameTypVerwendenStandardFestgelegtBeschreibung
TypeRestriction of xs:stringoptional  
Art der Maßangabe
Codeliste (für Artikel wie für Packstücke):
AAE = Gewicht oder Volumen allgemein
PD = Abmessungen
Verwenden Sie folgende Codes für Artikel Spezialangaben:
ABL = Innenmaß
ABK = Außenmaß
Y2E = Maximalmaß z.B. durch Auszug
Y3E = Minimalmaß z.B. Klappstuhl eingeklappt
Y4E = Liegemaß
Y5E = Sitzmaß
DimensionRestriction of xs:stringoptional   
UnitUnit Simple Typeoptional   
Quelle
<xs:complexType name="MEA" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Block für Maßangabe </xs:documentation>
    <xs:documentation xml:lang="en">Group for measurement information</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="UnitValue">
      <xs:attribute name="Type">
        <xs:annotation>
          <xs:documentation xml:lang="de">
            <dl>
              <dt>Art der Maßangabe</dt>
              <dt>Codeliste (für Artikel wie für Packstücke):</dt>
              <dt>AAE = Gewicht oder Volumen allgemein </dt>
              <dt>PD = Abmessungen</dt>
              <dt>Verwenden Sie folgende Codes für Artikel Spezialangaben: </dt>
              <dt>ABL = Innenmaß</dt>
              <dt>ABK = Außenmaß</dt>
              <dt>Y2E = Maximalmaß z.B. durch Auszug</dt>
              <dt>Y3E = Minimalmaß z.B. Klappstuhl eingeklappt</dt>
              <dt>Y4E = Liegemaß</dt>
              <dt>Y5E = Sitzmaß</dt>
            </dl>
          </xs:documentation>
          <xs:documentation xml:lang="en">
            <dl>
              <dt>Type if measurement</dt>
              <dt>Code list (for articles and packaging):</dt>
              <dt>AAE = Weight or Volumen </dt>
              <dt>PD = Dimension</dt>
              <dt>Use the following codes for special article measurements: </dt>
              <dt>ABK = Outside dimension</dt>
              <dt>ABL = Inside dimension</dt>
              <dt>Y2E = Maximum dimension </dt>
              <dt>Y3E = Minimum dimensionMinimalmaß z.B. Klappstuhl eingeklappt</dt>
              <dt>Y4E = Lying dimension</dt>
              <dt>Y5E = Sitting dimension</dt>
            </dl>
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="3" />
            <!-- <xs:enumeration value="AAE"> </xs:enumeration> -->
            <!-- <xs:enumeration value="ABK"> </xs:enumeration> -->
            <!-- <xs:enumeration value="ABL"> </xs:enumeration> -->
            <!-- <xs:enumeration value="Y2E"> </xs:enumeration> -->
            <!-- <xs:enumeration value="Y3E"> </xs:enumeration> -->
            <!-- <xs:enumeration value="Y4E"> </xs:enumeration> -->
            <!-- <xs:enumeration value="Y5E"> </xs:enumeration> -->
            <!-- <xs:enumeration value="PD"> </xs:enumeration> -->
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="Dimension">
        <xs:annotation>
          <xs:documentation xml:ang="de">
            <dl>
              <dt>Gemessene Dimension</dt>
              <dt>Verwenden Sie folgende Codes für Artikel und Packstücke:</dt>
              <dt>DP  = Tiefe</dt>
              <dt>HT  = Höhe</dt>
              <dt>LN  = Länge</dt>
              <dt>WD  = Breite</dt>
              <dt>DI  = Durchmesser</dt>
              <dt>AAA = Netto Gewicht Ware inkl. Endkundenverpackung</dt>
              <dt>AAB = Brutto Gewicht Ware inkl. Transportverpackung</dt>
              <dt>AAF = Netto  Gewicht Ware ohne jede Verpackung</dt>
              <dt>ABJ = Volumen</dt>
            </dl>
          </xs:documentation>
          <xs:documentation xml:ang="en">
            <dl>
              <dt>Mesaured dimension </dt>
              <dt>use this codes for articles and packaging:</dt>
              <dt>DP  = Depth</dt>
              <dt>HT  = Height</dt>
              <dt>LN  = Length</dt>
              <dt>WD  = Width</dt>
              <dt>DI  = Diameter</dt>
              <dt>AAA = Net weight goods incl. end-consumer packaging</dt>
              <dt>AAB = Gross weight goods incl. packaging for transporz</dt>
              <dt>AAF = Net weight goods without any packaging</dt>
              <dt>ABJ = Volume</dt>
            </dl>
          </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:maxLength value="3" />
            <!-- <xs:enumeration value="DP"> </xs:enumeration> -->
            <!-- <xs:enumeration value="HT"> </xs:enumeration> -->
            <!-- <xs:enumeration value="LN"> </xs:enumeration> -->
            <!-- <xs:enumeration value="WD"> </xs:enumeration> -->
            <!-- <xs:enumeration value="DI"> </xs:enumeration> -->
            <!-- <xs:enumeration value="AAA"> </xs:enumeration> -->
            <!-- <xs:enumeration value="AAB"> </xs:enumeration> -->
            <!-- <xs:enumeration value="AAF"> </xs:enumeration> -->
            <!-- <xs:enumeration value="ABJ"> </xs:enumeration> -->
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Siehe auch
XML Einrichten Version 1.3